home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / stussy10.zip / STUSSY.DOC < prev    next >
Text File  |  1992-05-05  |  1KB  |  40 lines

  1.  
  2.              ╒═════════════════════════════════════════════╕
  3.              │       ■  The Hill People's [THP] ■          │█
  4.              │ The Stüssy Message Door v1.0 of 05-05-92    │█
  5.              ╘═════════════════════════════════════════════╛█
  6.                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  7.  
  8.  
  9. This door will display a specified ansi file, and optionally logoff a user.
  10. It is useful in conjunction with ProLogon and Info-Form to gracefully restrict
  11. access for some user levels. There was a problem building this function into
  12. the Info-Form door so use this, its just as useful. Any future releases will
  13. be, or should be purely cosmetic.
  14.  
  15.  
  16.  ■ Configuration Files
  17.  
  18. StüssyMesg is controlled by a configuration file.  The config file
  19. specifies the message file to display, and an "action" to take after the
  20. message is displayed.  Currently only two action codes are allowed:
  21.         G       Log user off
  22.         C       Continue online
  23.         M       Leave a comment message to sysop and continue online
  24.         MG      Leave a comment message to sysop and log off.
  25.  
  26. Sample configuration file:
  27.  
  28.    INTERRUPT
  29.    l:\pcb\gen\sorry21
  30.    MG
  31.  
  32.    ----------------------------------
  33.    StüssyMesg Configuration File Format:
  34.  
  35.    line 1 = Driver type (INTERRUPT, BIOS, PCBTRAP)
  36.    line 2 = Display Message Filename
  37.    line 3 = Action after message (G, C, MG or MC)
  38.  
  39.  
  40.